home *** CD-ROM | disk | FTP | other *** search
/ AOL File Library: 2,801 to 2,900 / aol-file-protocol-4400-2801-to-2900.zip / AOLDLs / TAWUG / TAWUG Disk No. 58 (SHK) / TAWUG58.shk / CHECKMATE.EVAL2 (.txt) next >
AppleWorks Document  |  1987-09-15  |  5KB  |  71 lines

  1. O=====|====|====|====|====|====|====|====|====|====|====|====|====|====|====|===
  2. Charlie's AppleSeeds
  3. 9081 Hadley Pl
  4. San Diego, CA  92126
  5. Phone: 619-566-0387
  6. Apr 8, 1987
  7. N[THE FOLLOWING INFORMATION IS AN UPDATE TO MY ARTICLE CHECKMATE.EVAL ON TAWUG P
  8. NDISK 45 AND CAN BE INSERTED, WITH SOME DUPLICATION, AT APPROXIMATELY LINE 106 
  9. AS ORIGINALLY FORMATTED.]
  10. NRather than configure an AppleWorks startup disk so that you must always open O
  11. Mthe RAMdisk, you can copy a BASIC.SYSTEM file (I use the one on my AutoWorks M
  12. Kdisk) and the most current version of ProDOS (also from my AutoWorks disk) Q
  13. Othat you can find, one that provides the "BYE" command, to your startup disk.  3
  14. Then write a one line STARTUP program as follows:
  15.      10 PRINT CHR$(4);"BYE"
  16.      SAVE STARTUP
  17. FWhen you have these three files on a fresh disk, copy MRAM.SYSTEM and P
  18. NLOADMRAM.SYSTEM to the disk, then copy all of the AppleWorks startup programs O
  19. Mto that disk.  Copy all of the main AppleWorks programs to the other side or L
  20. Jto a second disk, if using single sided disks.  When this disk boots, you O
  21. Mwill get the Program Selector, if you have one that is in a modified ProDOS, O
  22. Mor the ProDOS path structure if not.  I recommend a program selector of some N
  23. Lsort.  The "Bird's Better Bye" referred to in MacroWorks or the same ProDOS P
  24. Nfile on AutoWorks (written by Alan Bird) is worth most of the price of either P
  25. Nprogram.  If you have some other program selector, you may have to modify the 
  26. STARTUP program such as:
  27.      10 PRINT CHR$(4);"-PROGRAM.SELECTOR"
  28.      SAVE STARTUP
  29. LIn this program, use the name of your program selector program.  The "-" is B
  30. @the ProDOS smart command for RUN, i.e., -PROGRAM.SELECTOR = RUN I
  31. GPROGRAM.SELECTOR.  Also, you can save some time if your use the ? mark K
  32. Iinstead of PRINT.  In Basic, the computer accepts ? in lieu of PRINT and (
  33. automatically converts the ? to PRINT.
  34. IIf you have a program selector installed, this procedure, takes about 90 N
  35. Lseconds from the time you boot the disk until you arrive at the menu option J
  36. H"Start AppleWorks."  This is faster than booting the standard Checkmate O
  37. Mexpanded AppleWorks, which takes over two minutes to load if you load all of O
  38. MAppleWorks.  Other than saving over 30 seconds, when you first startup, with M
  39. Kall of AppleWorks in the RAMdisk, AppleWorks applications work faster, and N
  40. Lyou do not have to load the AppleWorks overlays because they are already in 0
  41. the RAMdisk and work faster than ordinarily.  
  42. EYou could also load your data files into the RAMdisk at startup, and M
  43. KLOADMRAM.SYSTEM is a very fast disk to RAMdisk copy utility, and then add, J
  44. Hchange, swap files from the RAMdisk to the AppleWorks desktop extremely L
  45. Jquickly.  BE SURE TO CHANGE THE DRIVE LOCATION AND SAVE YOUR UPDATED DATA O
  46. FILES BACK TO FLOPPY DISK FROM TIME TO TIME AND BEFORE QUITTING FOR THE DAY. N
  47. LIf you have AutoWorks, you do all of these things with macros.  By the way, N
  48. Lwith Checkmate's memory expansion, expanded AppleWorks really becomes super N
  49. Lfast with AutoWorks added.  Once AppleWorks is loaded, I use disk drive one M
  50. Kas a data disk, as the Apple never looks there for AppleWorks, even when I 
  51. quite AppleWorks for the day.
  52. IIf you do not have a program selector yet and do not have or do not want O
  53. MAutoworks or MacroWorks, I recommend one called SQUIRT.  I first learned of ~K
  54. Ithis program when I got my /AUTORAM SYSTEM program from Checkmate.  Both M
  55. KSQUIRT and /AUTORAM SYSTEM (a ProDOS file Transfer Utility disk) are super F
  56. Dprograms when using large memory boards.  To order SQUIRT (disk and 
  57. documentation) send $8.50 to:
  58.           Synesis Systems
  59.           P.O. Box 1308
  60.           Gilbert, AZ 85234
  61. G/AUTORAM SYSTEM from Checkmate Technology costs $19.95 plus, probably, N
  62. Lshipping and handling.  Call 1-800-325-7347 for precise details.  This disk M
  63. Kprovides all of the RAMdisk software plus a fantastic program used to copy P
  64. Nwhat you have in your RAMdisk onto disks.  With this feature and a very large J
  65. HRAMdisk, you can load all of AppleWorks, Sideways or a Speller, such as K
  66. IPinpoints Document Checker into a 512k partition and when done, back the M
  67. KRAMdisk onto floppy disks, four in my case, and the next time you use this J
  68. Hconfiguration, simply "restore" your RAMdisk with the programs on these F
  69. D"special" disks.  Startup takes far about three to four minutes.  I H
  70. understand that PROSEL operates similarly, but have not tested it yet.
  71.